Each template begins with template name, which is a special kind of HTML comment, for instance:
<!--HTMLStart-->
or
<!--MessageIn-->
The template ends whenever a new template begins or EOF is reached.

The following templates may be defined:

<!--HTMLStart-->
<!--MessageIn-->
<!--hMessageIn-->
<!--MessageOut-->
<!--hMessageOut-->
<!--File-->
<!--hFile-->
<!--URL-->
<!--hURL-->
<!--Status-->
<!--hStatus-->
<!--MessageInGroupStart-->
<!--MessageInGroupInner-->
<!--MessageInGroupEnd-->
<!--hMessageInGroupStart-->
<!--hMessageInGroupInner-->
<!--hMessageInGroupEnd-->
<!--MessageOutGroupStart-->
<!--MessageOutGroupInner-->
<!--MessageOutGroupEnd-->
<!--hMessageOutGroupStart-->
<!--hMessageOutGroupInner-->
<!--hMessageOutGroupEnd-->

All templates of which names begin with 'h' are used to display historical events.

If a template is not present the corresponding event will not be shown in the log at all !

The following variables are available in all templates EXCEPT HTMLStart:
%base%  - base URL
%name%  - contact's name or user's name (depends on context)
%time%  - event's time
%date%  - event's date
%text%  - event's text
%cid%  - contact's ID or user's ID (depends on context)
%avatar% - link to contact's picture file or user's picure file (depends on context)
%avatarIn% - link to contact's picture
%avatarOut% - link to user's picture
%nameIn% - contact's name
%nameOut% - users's name
%proto% - protocol name

The following variables are available in HTMLStart:
%base%  - base URL (this variable should be used in <base> tag)
%avatarIn% - link to contact's picture
%avatarOut% - link to user's picture
%nameIn% - contact's name
%nameOut% - users's name
%proto% - protocol name

